projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ec01aa
)
messagedialog: Initialize style values in init()
author
Benjamin Otte
<otte@redhat.com>
Fri, 24 Jun 2011 03:01:03 +0000
(
05:01
+0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 5 Jul 2011 20:08:07 +0000
(16:08 -0400)
Fixes underallocation warnings
gtk/gtkmessagedialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmessagedialog.c
b/gtk/gtkmessagedialog.c
index e0c8316a2126a7a00e43e3b3a5e023ff444a42f6..1189a8b041e62d38f63de04f573dc05742aee3bc 100644
(file)
--- a/
gtk/gtkmessagedialog.c
+++ b/
gtk/gtkmessagedialog.c
@@
-376,6
+376,8
@@
gtk_message_dialog_init (GtkMessageDialog *dialog)
gtk_container_set_border_width (GTK_CONTAINER (action_area), 5);
gtk_box_set_spacing (GTK_BOX (action_area), 6);
+ gtk_message_dialog_style_updated (GTK_WIDGET (dialog));
+
gtk_widget_show_all (hbox);
}